Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Usual informations #8786

Merged
merged 4 commits into from
Dec 17, 2024

Conversation

Magicking
Copy link
Contributor

This pull request includes updates to the data3.ts file in the defi/src/protocols directory, specifically for the protocol information of "Usual Money". The most significant changes involve updating the protocol's name, address, symbol, description, audit status, gecko ID, cmcId, supported chains, and oracles.

Key updates to protocol information:

  • Updated the protocol name from "Usual Money" to "Usual".
  • Added the address 0xC4441c2BE5d8fA8126822B9929CA0b81Ea0DE38E and updated the symbol to "USUAL".
  • Enhanced the description to provide more detailed information about the protocol's decentralized banking framework and its stablecoin, USD0.
  • Changed the audit status from "0" to "2" and added gecko_id "usual" and cmcId "33979".
  • Expanded the supported chains to include "Arbitrum" alongside "Ethereum" and listed new oracles "Chainlink" and "Pyth".

@realdealshaman
Copy link
Collaborator

Hey @Magicking, thanks for the PR!

Quick question: Is USUAL the governance token for the Usual project?

To add the oracles, we’ll need more details on their usage. Please fill out the following for each oracle and specify which is the primary one:

  1. Oracle Provider(s): Name the oracle(s) used (e.g., Chainlink, Band, API3, TWAP, etc.).
  2. Implementation Details: Briefly explain how the oracle is integrated.
  3. Documentation/Proof: Share links to documentation or resources verifying the oracle's usage.

Thanks!

@realdealshaman
Copy link
Collaborator

I've added oracle info like this:
oraclesByChain: {
ethereum: ["Chainlink"], // https://tech.usual.money/smart-contracts/utility-contracts/chainlink-oracles
arbitrum: ["Pyth"] // https://tech.usual.money/smart-contracts/utility-contracts/pyth-oracles
},

@Magicking
Copy link
Contributor Author

Thanks for your addition. I updated the PR following your changes; it seems that the protocol is now named "usual" instead of "usual-money" according to the icon filename, shall all mentions be updated as well (adaptors, ref, and such) ?
It feels like some elements we updated previously are no longer displayed on the Defilama website

@realdealshaman
Copy link
Collaborator

Hey @Magicking icons seem to be good now, if you still see the old one, you'll just need to clear your local cache. Regarding the chains reference, to add Arbitrum, it first has to be added to the adapter that calculates the TVL. Other than that, the PR looks ready to merge

@realdealshaman realdealshaman merged commit a8a3871 into DefiLlama:master Dec 17, 2024
@realdealshaman
Copy link
Collaborator

I'll merge the PR, and remove the Arbitrum chain entry for now. Please add the calculation for Arbitrum tvl to the tvl adapter so that it can also be added to the listing. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants